home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _BD53807B51B34B85AF96C54C31287CFC < prev    next >
Text File  |  2005-10-23  |  1KB  |  51 lines

  1. <window>
  2.     <id>5000</id>
  3.     <defaultcontrol>3</defaultcontrol>
  4.     <allowoverlay>yes</allowoverlay>
  5.     <define>#header.label:850</define>
  6.     <define>#header.hover:hover_my alarm.png</define>
  7.  
  8.   <controls>
  9.       <import>common.window.xml</import>
  10.  
  11.     <control>
  12.       <type>group</type>
  13.       <layout>StackLayout(0)</layout>
  14.       <posX>55</posX>
  15.       <posY>115</posY>
  16.           <width>180</width>
  17.  
  18.           <control>
  19.               <description>New button</description>
  20.               <type>button</type>
  21.               <id>3</id>
  22.               <label>617</label>
  23.               <onup>1234</onup> <!-- Non existing, so it will go to topbar -->
  24.           </control>
  25.           <control>
  26.               <description>Sleep timer Button</description>
  27.               <type>button</type>
  28.               <id>4</id>
  29.               <label>859</label>
  30.               <ondown>3</ondown> <!-- Go to top button -->
  31.           </control>
  32.         <control>
  33.             <description>Panel Split</description>
  34.             <type>image</type>
  35.             <id>1</id>
  36.             <texture>panel_split_stack.png</texture>
  37.         </control>
  38.        </control>
  39.  
  40.     <control>
  41.         <description>alarms listcontrol</description>
  42.          <type>listcontrol</type>
  43.       <id>5</id>
  44.       <onleft>3</onleft>
  45.             <onright>5</onright>
  46.           <onup>5</onup>
  47.          <ondown>5</ondown>
  48.       </control>
  49.   </controls>
  50. </window>
  51.